home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / CHARMILL.E4 < prev    next >
Text File  |  1996-04-01  |  3KB  |  85 lines

  1. name Charmilles EDM 4 Axis
  2.  
  3. % 00
  4. O >4
  5. N >4
  6. G 2
  7. X ->3.>5
  8. Y ->3.>5
  9. U ->3.>5 IncFrom X
  10. V ->3.>5 IncFrom Y
  11. u ->3.>5 U
  12. v ->3.>5 V
  13. H >2
  14. M >2
  15. F 00 ""
  16. W ->3.>5
  17. R ->3.>5
  18. g 2 G
  19. D >2
  20.  
  21. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  22.  
  23. Sequence#s N 1 5 5                    # Char, freq, incr & start          
  24. First#? N                             # Y or N  'Output 1st sequence no.  
  25. Last#? Y                              # Y or N  'Output last sequence no. 
  26.  
  27. HCode X U                             # X or X U  'Horizontal char.       
  28. VCode Y V                             # Y or Y V  'Vertical char.         
  29. FeedCode F                            # Feed rate char.                   
  30.  
  31. Comment ( )                           # Begin End comment char.           
  32.  
  33. Coolant 8 9 7                         # On, Off & Mist m codes            
  34. DComp 41 42 40                        # Left, Right & Cancel m codes      
  35. LComp 43 49                           # On & Off codes                    
  36.  
  37. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  38. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  39.  
  40. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  41.  
  42. Work G                                # Work offset register              
  43.  
  44. Feed G1                             # Linear move                       
  45. Rapid G0                            # Rapid positioning word            
  46. Cw G2                               # Circular move clockwise           
  47. Ccw G3                              # Circular move counter clockwise   
  48.  
  49. CtrCode I J K L
  50.  
  51. Inch/MM 70 71                         # Inch & Metric g codes             
  52.  
  53. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  54.  
  55. MaxRad 999 .0005                      # Chordal breakdown value
  56. ArcWithSame? N                        # Support XY/UV arc records
  57. ArcWithLine? N                        # Support UV arc records
  58.  
  59. StartCode                             # Start of the program              
  60. %0
  61. End
  62.  
  63. 1stToolChange                         # First tool change                 
  64. G92 G[Unitmode] X[H] Y[V] W[Val1] R[Val2]
  65. End
  66.  
  67. Infeed                                # Enable cutter comp                
  68. G1 X[H] Y[V] U[H2] V[V2] g[Side] D[Val3]
  69. end
  70.  
  71. Outfeed                               # Disable cutter comp               
  72. G40
  73. end
  74.  
  75. ToolChange                            # Secondary tool changes            
  76. End
  77.  
  78. EndCode                               # End of the program                
  79. M2
  80. End
  81.  
  82. ASK [Val1] " WHAT IS THE Z PLANE OF THE X-Y CONTOUR?"
  83. ASK [Val2] " WHAT IS THE Z PLANE OF THE U-V CONTOUR?"
  84. ASK [Val3] " WHAT IS THE DIAMETER OFFSET NUMBER?"
  85.